reftests: Add a message to the test output
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 Jan 2016 19:06:34 +0000 (14:06 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 31 Jan 2016 19:11:01 +0000 (14:11 -0500)
Emit a message that ends up in the test output if we are modifying
the test on the fly.

testsuite/reftests/animation-direction.c

index 7ee9902ed7613e714ffebe22adbf20d7afc2d752..006717f1dc5453c1b310fd1231ca3891bf34fd9a 100644 (file)
@@ -40,6 +40,8 @@ strip_attributes_if_no_animation (GtkWidget *widget)
   if (enabled)
     return;
 
+  g_message ("Unsetting text attributes because animation is disabled.");
+
   reftest_inhibit_snapshot ();
   gtk_label_set_attributes (GTK_LABEL (widget), NULL);
   g_timeout_add (500, unblock, NULL);